Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add rpi5 support to hello_gpio #506

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pojiro
Copy link
Contributor

@pojiro pojiro commented Sep 12, 2024

I didn't test this with led and switch.

@fhunleth
Copy link
Member

I think that these GPIOs won't work on the RPi5.

https://github.com/nerves-project/nerves_examples/blob/main/hello_gpio/lib/hello_gpio.ex#L8-L9

Sadly, I think that this example was blindly enabled for the non-Raspberry Pi platforms and they won't work either. Right now, the only idea I have is to copy what's done with blinky and have a config file for every target that specifies reasonable GPIOs to use.

@pojiro
Copy link
Contributor Author

pojiro commented Sep 12, 2024

Understand! I will make target config files for each.

@pojiro pojiro changed the title Add rpi5 support to hello_gpio WIP: Add rpi5 support to hello_gpio Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants